* {
    margin: 0;
    padding: 0;
    font-family: 'Signika Negative', sans-serif;
}

#navbar {
    width: 80.9%;
    height: 50px;
    background: goldenrod;
    margin: 5px auto;
}

#navbar ul {
    list-style-type: none;
}

#navbar ul li {
    float: left;
    font-size: 20px;
    border: 1px solid gainsboro;
    width: 216px;
    text-align: center;
}

#navbar ul li a {
    color: red;
    text-decoration: none;
    line-height: 50px;
    display: block;
}

#navbar ul li ul li {
    background-color: goldenrod;
    /* border: none; */
    display: none;

}

#navbar ul li:hover ul li {
    background-color: goldenrod;
    display: block;
}

#navbar ul li a:hover {
    background-color: #FFDAB9;
    color: #0000CD;
}

.banner {
    margin: 10px auto 10px;
}

.pic-0 {
    width: 99%;
    height: 255px;
    /* border: 1px solid blueviolet; */

}

.container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 91vh;
    /* margin-top: 265px; */
    background: linear-gradient(#E4F3E3 75%, #212130 25%)
        /* background: -webkit-linear-gradient(white, skyblue); */
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0), black); */
        /* background: linear-gradient(to right, red 30%, green 30%, green 60%, blue 60%) */

}

.con-h1 {
    text-align: center;
    width: 45%;
    display: inline-block;
    /* border: 2px solid red; */
}

span {
    color: rgb(32, 172, 227);
    font-size: larger;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: skyblue;
    text-decoration-style: wavy;
    rotate: 8deg;
    padding-left: 9px;
}

.con-1 {
    width: 30%;
    height: 470px;
    margin-top: 40px;
    background: #E2DFD2;
    box-shadow: 10px 10px 5px #EEEEFF;
}

.con-1-img {
    display: block;
    margin: 55px auto 0px;
    width: 50%;
}

.pic {
    border-radius: 45%;
    width: 165px;
}

.con-1-sec h1 {
    /* text-shadow: 1px 1px 3px #FF0000; */
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    margin-top: 25px;
    text-align: center;
    font-size: 35px;
}

.con-1-sec p {
    line-height: 1.9;
    text-align: center;
    padding: 7px 31px 5px;
}

.border-bottom {
    border-bottom-style: double;
    /* box-shadow: 5px 5px rgb(181, 165, 165); */
    /* padding: 1.4px; */
    width: 175px;
    margin: 0px auto 10px;
}

.con-2 {
    width: 30%;
    height: 470px;
    margin-top: 40px;
    background: #E2DFD2;
    box-shadow: 10px 10px 5px #EEEEFF;
}

.con-2-img {
    display: block;
    margin: 55px auto 0px;
    width: 50%;
}

.pic-1 {
    border-radius: 45%;
    width: 165px;
}

.con-2-sec h1 {
    /* text-shadow: 1px 1px 3px #FF0000; */
    color: white;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 25px;
    text-align: center;
    font-size: 35px;
}

.con-2-sec p {
    line-height: 1.9;
    text-align: center;
    padding: 7px 31px 5px;
}


.con-3 {
    width: 30%;
    height: 470px;
    margin-top: 40px;
    background: #E2DFD2;
    box-shadow: 10px 10px 5px #EEEEFF;
}

.con-3-img {
    display: block;
    margin: 55px auto 0px;
    width: 50%;
}

.pic-2 {
    border-radius: 45%;
    width: 165px;
}

.con-3-sec h1 {
    text-shadow: 1px 1px 3px #FF0000;
    margin-top: 25px;
    text-align: center;
    font-size: 35px;
}

.con-3-sec p {
    line-height: 1.9;
    text-align: center;
    padding: 7px 31px 5px;
}